ImaAdTagConfig

interface ImaAdTagConfig : AdTagConfig

Contains IMA specific AdTagConfig options.

Inherited properties

fallbackTags
Link copied to clipboard
abstract val fallbackTags: Array<AdTag>
Defines an array of fallback ad tags which will be tried one after the other if the original ad tag does not provide a valid response.
replaceContentDuration
Link copied to clipboard
abstract val replaceContentDuration: Double?
Returns how many seconds of the main video content should be replaced by ad break(s).
tag
Link copied to clipboard
abstract val tag: AdTag
Defines the url and type of the ad manifest.

Inheritors

ImaAdBreakConfig
Link copied to clipboard